home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / irit5 / poly3d-h / makefile.djg < prev    next >
Encoding:
Makefile  |  1995-12-31  |  694 b   |  28 lines

  1. #
  2. # This is the make file for the poly3d-h directory using DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS    = out-edge.obj poly3d-h.obj prepdata.obj
  10.  
  11. poly3d-h.exe:    $(OBJS)
  12.     $(CC) $(CFLAGS) -o poly3d-h @&&!
  13. $(OBJS) $(LIBS) -lm $(MORELIBS)
  14. !
  15.     strip poly3d-h
  16.     aout2exe poly3d-h
  17.     del poly3d-h
  18.  
  19. install: poly3d-h.exe
  20.     copy poly3d-h.exe $(BIN_DIR_DOS)
  21.     del  poly3d-h.exe
  22.     copy poly3d-h.cfg $(BIN_DIR_DOS)
  23.  
  24. # Dependencies starts here - do not touch, generated automatically.
  25. out-edge.o:    program.h ../include/genmat.h
  26. poly3d-h.o:    program.h ../include/getarg.h ../include/genmat.h ../include/config.h ../include/ip_cnvrt.h
  27. prepdata.o:    program.h ../include/genmat.h
  28.